home *** CD-ROM | disk | FTP | other *** search
/ Mega Doom 2 / Mega Doom 2.iso / docs / dm11cht / dm11cht.txt next >
Text File  |  1994-10-26  |  2KB  |  54 lines

  1.                         Doom 1.1 Saved Game Hex Codes
  2.                         -----------------------------
  3.  
  4.         This is a simple file that lists the offsets of all of the "new"
  5. Doom save-game format. In order to use this information, you must be in
  6. posession of a hex editor like Norton Utilities DiskEdit. If you tried to
  7. patch your saved games using an old 1.0 editor, you quickly saw that the
  8. new format is different. It took me about 10 minutes to document the
  9. various locations and functions. Note that in the final release of Doom,
  10. all weapons are fully enabled, and ready for use! The BFG 9000, plasma
  11. gun, and chainsaw are available! The chainsaw is a hand-to-hand weapon
  12. that rips your opponents apart. There are two things missing from this
  13. document. The invisibility level and the berserk mode (or whatever it's
  14. called) are both missing. The reason that I wrote this text is because
  15. I always play Doom on "Ultra-Violence". It seems to be a small oversight,
  16. but ID software didn't seem to include enough ammo in the second mission.
  17. Usually, one may easily gain ammo by destroying the mutated soldiers,
  18. but these are few and far after the first mission.
  19.  
  20. All of the locations are in the first sector of the save game file.
  21. Here are the locations, enjoy!
  22.  
  23.  
  24. Ammunition                                           (Maximum of 535 for each)
  25. ~~~~~~~~~~
  26. 0000:00D4- Standard Bullets
  27. 0000:00D8- Shotgun Shells
  28. 0000:00DC- Cells
  29. 0000:00E0- Rockets
  30.  
  31. Guns & Weapons                         (You either have this or not, 00 or 01)
  32. ~~~~~~~~~~~~~~
  33. 0000:00B4- Hands
  34. 0000:00B8- Hand Gun
  35. 0000:00BC- Shot Gun
  36. 0000:00C0- Chain Gun
  37. 0000:00C4- Rocket Launcher
  38. 0000:00C8- Plasma Gun
  39. 0000:00CC- Big Fucking Gun (BFG 9000)
  40. 0000:00D0- Chainsaw (Choose hands for this one)
  41.  
  42. Keys                                   (You either have this or not, 00 or 01)
  43. ~~~~
  44. 0000:0080- Blue Card
  45. 0000:0084- Yellow Card
  46. 0000:0088- Red Card
  47. 0000:008C- Blue Scull
  48. 0000:0090- Yellow Scull
  49. 0000:0094- Red Scull
  50.  
  51. Have fun and use safely! :)
  52.  
  53. -SiliconScorpion
  54.